
.iconBg{
    position: fixed;
    z-index: 1000;
}
.full{
    width: fit-content;
    height: fit-content;
}
.bottom{
    bottom: 10px;
}
.top{
    top: 10px;
}

.left{
    left: 10px;
}

.right{
    right: 10px;
}
